projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d3ae3f
)
(scan_newline): Delete duplicated code.
author
Kenichi Handa
<handa@m17n.org>
Tue, 24 Feb 1998 06:57:15 +0000
(06:57 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 24 Feb 1998 06:57:15 +0000
(06:57 +0000)
src/search.c
patch
|
blob
|
history
diff --git
a/src/search.c
b/src/search.c
index 26569920b1c8559be54ec1133493380ed86a165a..419b20d3b8a2c70259397ec5d23d1942487b4f34 100644
(file)
--- a/
src/search.c
+++ b/
src/search.c
@@
-786,7
+786,6
@@
scan_newline (start, start_byte, limit, limit_byte, count, allow_quit)
}
else
{
- int start_byte = CHAR_TO_BYTE (start);
while (start_byte > limit_byte)
{
ceiling = BUFFER_FLOOR_OF (start_byte - 1);